Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/support versioned branches #69

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

psibean
Copy link
Contributor

@psibean psibean commented Aug 6, 2024

Need to keep in mind that the branches property doesn't use regex values. It uses fnmatch from ruby. It's a bit of a pain in the ass, but for now this will do until we hit v10.

This change should ensure PR's targeting v3.x.x and eventually v4.x.x get built and tested checks against them.

@psibean psibean changed the base branch from main to v3.x.x August 6, 2024 11:45
@psibean psibean changed the base branch from v3.x.x to main August 6, 2024 11:57
@psibean psibean changed the base branch from main to v3.x.x August 6, 2024 11:57
@@ -176,5 +176,3 @@ export interface DoubleCsrfUtilities {
*/
doubleCsrfProtection: doubleCsrfProtection;
}

export {};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't actually needed, without it, rollup builds things properly, so this avoids the issue that required the 3.0.5 and 3.0.6 releases

@psibean psibean merged commit 2c858f5 into v3.x.x Aug 7, 2024
7 checks passed
@davidgonmar
Copy link
Collaborator

I am late but looks good to me👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants